From: Dave Love Date: Thu, 14 Nov 2002 14:18:26 +0000 (+0000) Subject: (record_point): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~54543 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f45bedd470d56fb2cf4279ac1ac86445a6eb91d0;p=emacs.git (record_point): Declare all args (per C99). --- diff --git a/src/undo.c b/src/undo.c index edb07147a0a..f378ce8aae7 100644 --- a/src/undo.c +++ b/src/undo.c @@ -43,6 +43,7 @@ Lisp_Object pending_boundary; static void record_point (pt) + int pt; { int at_boundary;